SftTree/NET 2.0

Contents Property, SftTree Class

Softel vdm, Inc.

Defines the instance of the ContentsClass class that is used to serialize the contents of the tree control.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property Contents As ContentsClass

C#   

public ContentsClass Contents { get; set; }

C++   

public: property ContentsClass^ Contents {
        ContentsClass^ get();
        void set(ContentsClass^ value);
}

Property Value

The instance of the ContentsClass class.

Comments

The Contents property defines the instance of the ContentsClass class that is used to serialize the contents of the tree control.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com